write lock造句
例句与造句
- this isolation level may be implemented using exclusive write locks
该隔离级别可以通过“排他写锁”实现。 - long writes hurt throughput directly because the write lock is exclusive
因为写入锁定是排他的,所以长时间的写入会直接降低吞吐量。 - turns off the automatic logging of the list of read-write locks for use by the aix debugger
关闭aix调试程序使用的读写锁列表的自动记录。 - as merely extended signatures, then the class can remain oblivious to the implementation of the read-write lock pattern
看作扩展的签名,那么类就可以保持对读写锁定模式的实现的遗忘。 - some file systems support network clients obtaining an exclusive write lock on a file and remove the lock if the client crashes
一些文件系统支持网络客户端获取对文件的排它写锁定,以及当客户端死机时移交锁定。 - It's difficult to find write lock in a sentence. 用write lock造句挺难的
- long reads block waiting writers, and if there is at least one thread waiting for the write lock then threads that request new reader locks will be blocked as well
长时间的读取会阻止处于等待的编写器,并且,如果至少有一个线程在等待写入锁,那么请求新的读取器锁的线程也将被阻止。 - first, a thread can hold a read-lock, which is non-exclusive and will allow other threads to gain a read-lock for the class . second, a thread can request a write-lock, which is exclusive, and is not granted until currently held read and write locks are released
第二,线程可以请求一个写入锁,写入锁是独占的,只有在当前被持有的读取锁和写入锁都得到释放后,才能将写入锁授予其他线程。 - a strategy locking constraint resources using " write lock " and " read lock " is presented to consider the time delay of data transmission and improve the efficiency of concurrent operation, the realization of main algorithms for constraint network solving is given
提出了“写锁”和“读锁”2种加锁状态的约束资源的锁定策略,来考虑网络传输的延时性和提高并行操作的效率,并给出了主要算法的实现说明。 - uses several tricks to achieve a high level of concurrency and avoid locking, including using multiple write locks for different hash buckets and exploiting the uncertainties of the jmm to minimize the time that locks are held-or avoid acquiring locks at all
使用了几个技巧来获得高程度的并发以及避免锁定,包括为不同的hashbucket(桶)使用多个写锁和使用jmm的不确定性来最小化锁被保持的时间或者根本避免获取锁。 - posix record locking is supported on nearly all unix-like platforms it s mandated by posix . 1, it can lock portions of a file not just a whole file, and it can handle the difference between read locks and write locks
采用posix记录锁的理由有很多:posix记录锁在几乎所有的类unix平台上都获得了支持(它得到了posix.1的授权),它可以锁定文件的一部分(而不是只会锁定整个文件),而且它可以区别处理读锁和写锁的不同之处。